home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / cc15demo.zip / UNINST2.CMD < prev    next >
OS/2 REXX Batch file  |  1996-07-15  |  793b  |  22 lines

  1. /* Uninstall Phase II CAD Commander Demonstration */
  2. "@ECHO OFF"
  3. SAY 'This must be run from the distribution CD-ROM, floppy disk, or'
  4. SAY 'a separate directory where the CC13DEMO was unzipped in.'
  5. SAY ''
  6. SAY ''
  7. SAY 'Deregistering Ctrl-Alt-Del Commander Demonstration WPS Class'
  8. Call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs';
  9. Call SysLoadFuncs;
  10. rc = SysDeregisterObjectClass( 'CADC_WPS' );     /* Deregister CADC_WPS class */
  11. SAY 'Loading Un-Install program for phase II, please wait...'
  12.  
  13.  
  14. "INSTALL /INI=DEINST2.INI"
  15.  
  16. SAY 'Uninstall complete.  Thank you for using the Ctrl-Alt-Del Commamder'
  17. SAY 'demonstration.'
  18. SAY ''
  19. SAY 'To order the Ctrl-Alt-Del Commander for OS/2 Warp please call PCS at'
  20. SAY '1-800-IPF-7622 or outside the U.S. or Canada 360-428-5025.'
  21.  
  22.